home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 August / Macworld (1999-08).dmg / Shareware World / Utilities / Data & Time / Valentina_1.2.2_PPC / Release notes !!! < prev    next >
Encoding:
Text File  |  1999-05-25  |  2.5 KB  |  70 lines  |  [TEXT/ttxt]

  1.  ---------------------------------------------------------------------
  2. Valentina 1.2.2
  3. 05/26/1999
  4. © 1999 Paradigma.  All Rights Reserved.
  5.  ---------------------------------------------------------------------
  6.  
  7. Version 1.2.2 (May 26, 1999)
  8.  
  9. Fixed bugs:
  10. - exception on creation of nullable field;
  11. - importing of empty value for field with type date;
  12. - correct import/export of nullable fields;
  13. - unhandled exceptions which cause in switch to MacsBug;
  14. - crash on database open with more than 51 internal files;
  15.  
  16.  
  17. /***********************************************************************/
  18. Version 1.2.1 (May 12, 1999)
  19.  
  20. !!! IMPORTANT !!!:
  21. If you have a database from an earlier version of Valentina,
  22. do these steps before you open it with Valentina 1.2.1:
  23. 1) make a backup copy of your database;
  24. 2) rename the files of your database by hand as follows:
  25.                            DBName                                      ->     DBName.vdb
  26.                            DBName.data               ->      DBName.dat        
  27.                                                DBName.blob           ->      DBName.blb
  28.                        DBName.ind         ->      DBName.ind
  29. 3) change your scripts to add the extenshion ".vdb" wherever you refer the database file.
  30. This is required to be compatible with Windows.
  31.  
  32.  
  33. What is new:
  34. - ability to get group of found records via single AppleEvent;
  35. - support of NULLs (empty value of the fields);
  36. - deletion control of related records now has 3 options:
  37.                 - leave related many records;
  38.             - delete related many records;
  39.               - can't delete if related many; 
  40. - more sophisticated search; 
  41. - language for the tString fields can be specified as string, like "German" or "Japanese";
  42. - new internal format of BLOB;
  43.  
  44. Fixed bugs:
  45. - crash on open of database with indexed international String field. 
  46.  
  47.  
  48. /**********************************************************************/
  49. What is new in version 1.2:
  50. - international support;
  51. - multiple open databases;
  52. - fast access to the values of the fields and fast update of values of the fields;
  53. - reduced memory requirements for sorting at least 30%;
  54. - reduced memory requirements per open database from 100Kb to almost zero.
  55.  
  56. - command: 'delete records' (delete all records in the Table);
  57. - command: 'delete' (delete current record of Table);
  58. - command: 'flush' (database or table)
  59.  
  60. Fixed bugs:
  61. - sort of empty selection didn't return any result,
  62.    now it returns empty selection;
  63.  
  64.  
  65. /**********************************************************************/
  66. As always, thank you for your comments and suggestions.
  67.  
  68. Email    :  ruslan@paradigmasoft.com
  69. WEB      :  http://www.paradigmasoft.com
  70.